NcApi
Data Structures
Here are the data structures with brief descriptions:
 CNcApiThis is the definition of a global structure holding various information, in particular the RX and TX buffers for a specific UART, and tha set of application callbacks to handle any received messages. These data are managed by the NcApi module, and as such the fields are considered internal to NcApi
 CNcApiAltCmdMessageDefinition of message type "0x20: ALT command"
 CNcApiAltCmdParamsParameters for the function handling message type "0x20: ALT command"
 CNcApiHostAckNackParameters for the function handling message type "0x50: Acknowledge for previously sent packet"
Parameters for the function handling message type "0x51: Non-Acknowledge for previously sent packet"
 CNcApiHostDataParameters for the function handling message type "0x52: Host Data"
 CNcApiHostDataHapaParameters for the function handling message type "0x53: Host Data HAPA"
 CNcApiHostUappDataParameters for the function handling message type "0x54: Host Data Unacknowledged"
 CNcApiHostUappDataHapaParameters for the function handling message type "0x55: Host Data HAPA Unacknowledged"
 CNcApiNeighbor
 CNcApiNeighborListReplyParameters for the function handling message type "0x59: Neighbor List Reply"
 CNcApiNeighborListRequestMessageDefinition of message type "0x09: Neighbor List Request"
 CNcApiNeighborListRequestParamsParameters for the function handling message type "0x09: Neighbor List Request"
 CNcApiNetCmdMessageDefinition of message type "0x0a: Network Command"
 CNcApiNetCmdParamsParameters for the function handling message type "0x0a: Network Command"
 CNcApiNetCmdReplyParameters for the function handling message type "0x5a: Network command response"
 CNcApiNodeInfoParamsParameters for the function handling message type "0x08: Node Info Request"
 CNcApiNodeInfoReplyParameters for the function handling message type "0x58: Node Info Reply"
 CNcApiNodeInfoRequestMessageDefinition of message type "0x08: Node Info Request"
 CNcApiRxHandlersSet of application callbacks to handle any received messages. Each callback is optional allowing the application to register specific callbacks only for the message types of particular interest
 CNcApiSendAckMessageDefinition of message type "0x03: Acknowledged Packet"
 CNcApiSendAckParamsParameters for the function handling message type "0x03: Acknowledged Packet"
 CNcApiSendUnackMessageDefinition of message type "0x02: Unacknowledged Packet"
 CNcApiSendUnackParamsParameters for the function handling message type "0x02: Unacknowledged Packet"
 CNcApiWesCmdMessageDefinition of message type "0x10: WES Command"
 CNcApiWesCmdParamsParameters for the function handling message type "0x10: WES Command"
 CNcApiWesResponseMessage
 CNcApiWesResponseParamsParameters for the function handling message type "0x11: WES Setup Response"
 CNcApiWesSetupRequestParameters for the function handling message type "0x61: WES Setup Request"
 CNcApiWesStatusParameters for the function handling message type "0x60: WES Status"